home *** CD-ROM | disk | FTP | other *** search
- /* macros */
-
- #define HSCROLL infoPtr->otherData[kScrollHData]
- #define VSCROLL infoPtr->otherData[kScrollVData]
-
- /* protos */
-
- void MyDrawGrowIcon(WindowPtr window);
- void ClipToDrawing(WindowPtr window,WInfoPtr infoPtr);
- RgnHandle GetScrollersRgn(Rect *windowRect);
- void MoveScrollBars(WindowPtr window);
- void MakeScrollBars(WindowPtr window,WInfoPtr infoPtr);
- void ReCalcScrollBars(WindowPtr window,WInfoPtr infoPtr);
- pascal void ScrollActionProc(ControlHandle theControl,short part);
- void MoveGraphics(WindowPtr window,WInfoPtr infoPtr,short deltaH,short deltaV);
- void GetViewBounds(WindowPtr window,WInfoPtr infoPtr,Rect *bounds);
- void GetDrawingAreaBounds(WindowPtr window,WInfoPtr infoPtr,Rect *bounds);
- Boolean CheckPageSize(WindowPtr window,WInfoPtr infoPtr);
- void ClipPageSize(Rect *wRect,WInfoPtr infoPtr,short *maxWidth,short *maxHeight);
-